projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad8f07c
)
(sun-raw-prefix): Make this just a variable, not a function name.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Nov 1993 10:52:46 +0000
(10:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Nov 1993 10:52:46 +0000
(10:52 +0000)
lisp/term/sun.el
patch
|
blob
|
history
diff --git
a/lisp/term/sun.el
b/lisp/term/sun.el
index 52373c4ccd3381198ce3c7612a2433b22d76eb20..c5ee5c945098397455ea8e9310d6016a755ac5c6 100644
(file)
--- a/
lisp/term/sun.el
+++ b/
lisp/term/sun.el
@@
-98,8
+98,8
@@
(defvar sun-esc-bracket nil
"*If non-nil, rebind ESC [ as prefix for Sun function keys.")
-(def
ine-prefix-command 'sun-raw-prefix
)
-(define-key function-key-map "\e["
'
sun-raw-prefix)
+(def
var sun-raw-prefix (make-sparse-keymap)
)
+(define-key function-key-map "\e[" sun-raw-prefix)
(define-key sun-raw-prefix "210z" [r3])
(define-key sun-raw-prefix "213z" [r6])